object CompareControlDlg: TCompareControlDlg Left = 387 Top = 163 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Contr'#244'le de comparaison' ClientHeight = 387 ClientWidth = 445 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 288 Top = 360 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 368 Top = 360 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 1 end object PageControl: TPageControl Left = 8 Top = 8 Width = 433 Height = 345 ActivePage = tsGeneral TabOrder = 2 object tsGeneral: TTabSheet Caption = 'G'#233'n'#233'ral' inline CriteriaFrame: TCriteriaFrame Left = 0 Top = 0 Width = 425 Height = 201 Align = alTop TabOrder = 0 end inline FolderHandlingFrame: TFolderHandlingFrame Left = 0 Top = 201 Width = 425 Height = 101 Align = alTop TabOrder = 1 end end object tsRules: TTabSheet Caption = 'Avanc'#233 ImageIndex = 2 inline AdvancedFrame: TAdvancedFrame Left = 0 Top = 0 Width = 425 Height = 281 Align = alTop TabOrder = 0 end end end end